type runtime.guintptr
27 uses
runtime (current package)
mgc.go#L1253: gp guintptr
proc.go#L1586: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L1875: g guintptr
proc.go#L2118: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L4531: newg.sched.g = guintptr(unsafe.Pointer(newg))
proc.go#L6207: if !pp.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
proc.go#L6377: func runqgrab(pp *p, batch *[256]guintptr, batchHead uint32, stealRunNextG bool) uint32 {
proc.go#L6454: head guintptr
proc.go#L6455: tail guintptr
proc.go#L6521: head guintptr
runtime2.go#L262: type guintptr uintptr
runtime2.go#L265: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
runtime2.go#L268: func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }
runtime2.go#L271: func (gp *guintptr) cas(old, new guintptr) bool {
runtime2.go#L276: func (gp *g) guintptr() guintptr {
runtime2.go#L277: return guintptr(unsafe.Pointer(gp))
runtime2.go#L286: (*guintptr)(unsafe.Pointer(gp)).set(new)
runtime2.go#L338: g guintptr
runtime2.go#L448: schedlink guintptr
runtime2.go#L547: caughtsig guintptr // goroutine running during fatal signal
runtime2.go#L576: lockedg guintptr
runtime2.go#L598: libcallg guintptr
runtime2.go#L643: runq [256]guintptr
runtime2.go#L656: runnext guintptr
traceback.go#L102: g guintptr
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |